home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Programming
/
dclistview
/
dclistview.readme
< prev
next >
Wrap
Text File
|
1998-02-02
|
2KB
|
56 lines
Short: EasyGUI PLUGIN: Double-clickable listview
Author: victord@netrover.com (Victor Ducedre)
Type: dev/e
Date: 18-Jan-98
This plugin creates a GadTools Listview gadget, almost identical to the
standard EasyGUI one, with an extra flag that's set when a list item is
double-clicked. It's admittedly a small programming task, but it's something
I've needed more than once...
Included in the archive
-----------------------
dclistview.m ->the DCListview Plugin module
dclistview.e ->... and its source
dclisttest ->a simple demo
dclisttest.e ->... and its source
dclistview.doc ->using the plugin
myreq2 ->a simple EasyGUI file requester
myreq2.e ->... and its source, originally by Jason,
modified by me to use dclistview.m
sortlist.m ->used in myreq2
README ->this file
"Installing" the modules
------------------------
Copy dclistview.m to Emodules:Plugins/
Optionally, copy sortlist.m to Emodules:tools/ if it's not already there :)
Feedback
--------
Always welcomed, especially where bugs are concerned. See address below.
Copyright
---------
The original myreq.e, upon which myreq2.e is based, and sortlist.m, are:
Copyright © 1995 Jason Hulance
(Both files are from the original EasyGUI distribution.)
All other files in this archive are:
Copyright © 1997, 1998 Victor Ducedre
You are free to use these files in your own programs, and you may modify
the souces supplied for your own purposes.
A version of this module is included in EasyPLUGINS.lha; the lastest
and officially supported version will always be available separately.
Many thanks to Wouter and Jason for the wonderfulness that is EasyGUI.
Be seeing you.
Victor Ducedre (victord@netrover.com)